home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000241_news@columbia.edu _Wed Feb 16 15:10:10 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03136
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Feb 2000 15:10:10 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id PAA00621
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 9 Feb 2000 15:21:23 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Connecting to Internet
  11. Date: 9 Feb 2000 20:21:19 GMT
  12. Organization: Columbia University
  13. Message-ID: <87si7v$ja$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <xTjo4.282$EM31.5439605@tomcat.sk.sympatico.ca>,
  17.  <d.cox@sk.sympatico.ca> wrote:
  18. :   I have downloaded Kermit.  I can get to the logon prompt on the Internet.
  19. : After I successfully log in, the screen fills with }}}},,dh and other
  20. : characters.  There seems to be some missing connection protocol.  I will try
  21. : to find the PPP-to-packet shim. Is this all that's needed?
  22. I think so.  It sounds like you have made a direct dialup connection to the
  23. PPP server, which is sending PPP protocol messages to your screen.  You need
  24. to put the a PPP driver between Kermit and the PPP server, and then use Kermit
  25. as a Telnet client once the PPP connection is established.  The details depend
  26. on which PPP driver you have.
  27.  
  28. - Frank